home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / standard / bessel.z / bessel
Encoding:
Text File  |  2002-10-03  |  3.5 KB  |  67 lines

  1. BESSEL(3M)                                             Last changed: 2-2-99
  2.  
  3.  
  4. NNAAMMEE
  5.      jj00, jj11, jjnn, yy00, yy11, yynn, jj00ll, jj11ll, jjnnll, yy00ll, yy11ll, yynnll - bessel
  6.      functions
  7.  
  8. SSYYNNOOPPSSIISS
  9.      ##iinncclluuddee <<mmaatthh..hh>>
  10.      ddoouubbllee jj00((ddoouubbllee _x));;
  11.      ddoouubbllee jj11((ddoouubbllee _x));;
  12.      ddoouubbllee jjnn((iinntt _n,, ddoouubbllee _x));;
  13.      ddoouubbllee yy00((ddoouubbllee _x));;
  14.      ddoouubbllee yy11((ddoouubbllee _x));;
  15.      ddoouubbllee yynn((iinntt nn,, ddoouubbllee _x));;
  16.      lloonngg ddoouubbllee jj00ll((lloonngg ddoouubbllee _x));;
  17.      lloonngg ddoouubbllee jj11ll((lloonngg ddoouubbllee _x));;
  18.      lloonngg ddoouubbllee jjnnll((iinntt _n,, lloonngg ddoouubbllee _x));;
  19.      lloonngg ddoouubbllee yy00ll((lloonngg ddoouubbllee _x));;
  20.      lloonngg ddoouubbllee yy11ll((lloonngg ddoouubbllee _x));;
  21.      lloonngg ddoouubbllee yynnll((iinntt _n,, lloonngg ddoouubbllee _x));;
  22.  
  23. IIMMPPLLEEMMEENNTTAATTIIOONN
  24.      IRIX systems
  25.  
  26. DDEESSCCRRIIPPTTIIOONN
  27.      jj00 and jj11 return Bessel functions of _x of the first kind of orders
  28.      zero and one, respectively.  jjnn returns the Bessel function of _x of
  29.      the first kind of order _n.  jj00ll, jj11ll, and jjnnll are the long double
  30.      versions of these functions.
  31.  
  32.      yy00 and yy11 return Bessel functions of _x of the second kind of orders
  33.      zero and one, respectively.  yynn returns the Bessel function of _x of
  34.      the second kind of order _n.  The value of _x must be positive.  yy00ll,
  35.      yy11ll, and yynnll are the long double versions of these functions.
  36.  
  37. RREETTUURRNN VVAALLUUEESS
  38.      Functions in the standard math library lliibbmm..aa are referred to as --llmm
  39.      versions. Those in math library lliibbmmxx..aa are referred to as --llmmxx
  40.      versions, and those in the the BSD math library lliibbmm4433..aa are referred
  41.      to as --llmm4433 versions.
  42.  
  43.      The --llmm and --llmmxx versions always return the default Quiet NaN and set
  44.      eerrrrnnoo to EDOM when a NaN is used as an argument.  A NaN argument
  45.      usually causes the --llmm4433 versions to return the same argument.  The
  46.      --llmm4433 versions never set eerrrrnnoo.
  47.  
  48.      The value of HHUUGGEE__VVAALL is IEEE Infinity.
  49.  
  50.      If the value of _x is zero, yy00, yy11 and yynn return the value --HHUUGGEE__VVAALL.
  51.  
  52.      The --llmm and --llmmxx versions also set eerrrrnnoo to ERANGE.
  53.  
  54.      Negative values of _x cause yy00, yy11 and yynn to return the default quiet
  55.      NaN.  The --llmm and --llmmxx versions also set eerrrrnnoo to EDOM.
  56.  
  57.      Values of _x which are too large cause yy00, yy11 and yynn to return zero.
  58.      The --llmm and --llmmxx versions also set eerrrrnnoo to ERANGE.
  59.  
  60.      Values of _x too large in magnitude cause jj00, jj11 and jjnn to return zero.
  61.      The --llmm and --llmmxx versions also set eerrrrnnoo to ERANGE.
  62.  
  63. SSEEEE AALLSSOO
  64.      mmaatthh(3M), mmaatthheerrrr(3M)
  65.  
  66.      This man page is available only online.
  67.